Operation Blob.ToPDF (Convert To PDF)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Convert the input file to a PDF and return the new file.
Operation id | Blob.ToPDF |
---|---|
Category | Conversion |
Label | Convert To PDF |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | bloblist, blob, document |
---|---|
Outputs | bloblist, blob, blob |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.blob.BlobToPDF |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Blob.ToPDF", "label" : "Convert To PDF", "category" : "Conversion", "requires" : null, "description" : "Convert the input file to a PDF and return the new file.", "url" : "Blob.ToPDF", "signature" : [ "bloblist", "bloblist", "blob", "blob", "document", "blob" ], "params" : [ ] }